(lisp): Set to an absolute directory, namely
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:54:06 +0000 (14:54 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 14:54:06 +0000 (14:54 +0000)
$(CURDIR).

lisp/makefile.w32-in

index 9787ae037f18b9ca21b89b026d7193af233bc14b..0c996515a292df039434cf733f9be0406b35f4b2 100644 (file)
@@ -27,8 +27,7 @@ all: $(ALL)
 SQUOTE='
 # '
 
-#lisp=$(MAKEDIR:\=/)
-lisp=.
+lisp = $(CURDIR)
 
 # You can specify a different executable on the make command line,
 # e.g. "make EMACS=../src/emacs ...".